home *** CD-ROM | disk | FTP | other *** search
-
- // gfxsddrv.h
- //
- // Copyright (c) 1996 by Toshiaki Tsuji, all rights reserved.
-
- #ifndef __GFXSNDDRV_H__
- #define __GFXSNDDRV_H__
-
- #include "stdgfx.h"
- #include "gfxdrv.h"
- #include "gfxfiles.h"
-
- class SOUNDDRIVER : public DRIVER
- {
- public :
- SOUNDDRIVER ();
- virtual ~SOUNDDRIVER ();
- }; // End of SOUNDDRIVER
-
- #endif
-